- genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(LightningApi.GenSeedRequest, StreamObserver<LightningApi.GenSeedResponse>) - Method in class org.lightningj.lnd.proto.WalletUnlockerGrpc.WalletUnlockerStub
-
GenSeed is the first method that should be used to instantiate a new lnd
instance.
- genSeed(byte[], byte[], StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest, StreamObserver<GenSeedResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- genSeed(byte[], byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to generate a genSeed request.
- genSeed(GenSeedRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Method to send a genSeed request.
- GenSeedRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GenSeedRequest.
- GenSeedRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Empty Constructor
- GenSeedRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Json Parsing Constructor
- GenSeedRequest(LightningApi.GenSeedRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Constructor using underlying Lightning API Object
- GenSeedResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GenSeedResponse.
- GenSeedResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Empty Constructor
- GenSeedResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Json Parsing Constructor
- GenSeedResponse(LightningApi.GenSeedResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Constructor using underlying Lightning API Object
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ Whether this channel is active or not
- getActive() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ Whether this channel is active or not
- getActive() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for active.
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool active_only = 1;
- getActiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool active_only = 1;
- getActiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for activeOnly.
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2[json_name = "addr"];
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The address to send coins to
- getAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The address to send coins to
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for a list of addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for addr.
- getAddr() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for addr.
- getAddrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string addr = 2[json_name = "addr"];
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- getAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The address to send coins to
- getAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The address to send coins to
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
/ The newly generated wallet address
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
/ The newly generated wallet address
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Getter for address.
- getAddress() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for address.
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
/ The newly generated wallet address
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressResponseOrBuilder
-
/ The newly generated wallet address
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddressBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for a list of addresses.
- getAddresses() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for a list of addresses.
- getAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- getAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
repeated string addresses = 1;
- getAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
repeated string addresses = 1;
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddressesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
Deprecated.
- getAddrToAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
Deprecated.
- getAddrToAmountAsDetachedMap() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Returns AddrToAmount as a detached map.
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getAddrToAmountCount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getAddrToAmountCount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountEntries() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Gets the map entries as a wrapped list, used for XML conversion.
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountMap() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountMap() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountOrDefault(String, long) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The map from addresses to amounts
- getAddrToAmountOrThrow(String) - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The map from addresses to amounts
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAdvertisingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for advertisingNode.
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string advertising_node = 5;
- getAdvertisingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string advertising_node = 5;
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Getter for aezeedPassphrase.
- getAezeedPassphrase() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for aezeedPassphrase.
- getAggregatedValidationErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ If applicable, the alias of the current node, e.g.
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3[json_name = "alias"];
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAlias() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for alias.
- getAlias() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for alias.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ If applicable, the alias of the current node, e.g.
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string alias = 3[json_name = "alias"];
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- getAliasBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string alias = 4;
- getAliasBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string alias = 4;
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
int64 amount = 2[json_name = "amount"];
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The total value of the htlc
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The total value of the htlc
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The amount in satoshis to send
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The amount in satoshis to send
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction ammount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction ammount, denominated in satoshis
- getAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction ammount, denominated in satoshis
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for amount.
- getAmount() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for amount.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The amount to send expressed in satoshis
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The amount to send expressed in satoshis
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The amount to send expressed in satoshis
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ Number of satoshis to send.
- getAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ Number of satoshis to send.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for amt.
- getAmt() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for amt.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total amount of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total amount of the incoming HTLC that created half the circuit.
- getAmtIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amt_in.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount of the outgoign HTLC that created the second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total amount of the outgoign HTLC that created the second half of the circuit.
- getAmtOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total amount of the outgoign HTLC that created the second half of the circuit.
- getAmtOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for amt_out.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getAmtToForward() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getAmtToForward() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amt_to_forward.
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- getAmtToForwardMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for amt_to_forward_msat.
- getApiObject() - Method in class org.lightningj.lnd.wrapper.Message
-
Method to return the underlying API object in GRPC format.
- getApiObject() - Method in enum org.lightningj.lnd.wrapper.message.NewAddressRequest.AddressType
-
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- getAvgChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avg_channel_size.
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- getAvgOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for avg_out_degree.
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
/ Sum of channels balances denominated in satoshis
- getBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for balance.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for base_fee_msat.
- getBaseFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for base_fee_msat.
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Timestamp of the block best known to the wallet
- getBestHeaderTimestamp() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for best_header_timestamp.
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the hash of the best block
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The hash of the block this transaction was included in
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for block_hash.
- getBlockHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for block_hash.
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the hash of the best block
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- getBlockHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The hash of the block this transaction was included in
- getBlockHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The hash of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
int32 block_height = 2;
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
int32 block_height = 2;
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The node's current view of the height of the best block
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The height of the block this transaction was included in
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockHeight.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for block_height.
- getBlockHeight() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for block_height.
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
bytes block_sha = 1;
- getBlockSha() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
bytes block_sha = 1;
- getBlockSha() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for blockSha.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
Remaining # of blocks until the commitment output can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
The number of blocks remaining until the current stage can be swept.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for blocks_til_maturity.
- getBlocksTilMaturity() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for blocks_til_maturity.
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Bytes of data transmitted from this peer
- getBytesRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytes_recv.
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Bytes of data transmitted to this peer
- getBytesSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for bytes_sent.
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
int64 capacity = 6[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
int64 capacity = 3;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The total amount of funds held in this channel
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
int64 capacity = 2;
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
int64 capacity = 2;
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 capacity = 3[json_name = "capacity"];
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for capacity.
- getCapacity() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for capacity.
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChains(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChains(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChains() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of chains.
- getChainsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- getChainsList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ A list of active chains the node is connected to
- getChainsList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ A list of active chains the node is connected to
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- getChanCapacity() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chan_capacity.
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanClose() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of chan_close.
- getChanCloseBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanCloseOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChanInfoRequestOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
The unique channel ID for the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The unique identifier of the channel.
- getChanId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The unique identifier of the channel.
- getChanId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
The unique channel ID for the channel.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for chanId.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for chan_id.
- getChanId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for chan_id.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- getChanIdIn() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chan_id_in.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- getChanIdOut() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for chan_id_out.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(LightningApi.ChanInfoRequest, StreamObserver<LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getchaninfo`
GetChanInfo returns the latest authenticated network announcement for the
given channel identified by its channel ID: an 8-byte integer which
uniquely identifies the location of transaction's funding output within the
blockchain.
- getChanInfo(Long, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest, StreamObserver<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getChanInfo request.
- getChanInfo(Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getChanInfo request.
- getChanInfo(ChanInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getChanInfo request.
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The pending channel to be closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The pending channel to be closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The pending channel to be force closed
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The pending channel to be force closed
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The pending channel
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The pending channel
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The pending channel waiting for closing tx to confirm
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for a list of channel.
- getChannel() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for a list of channel.
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannelBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFees() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for a list of channel_fees.
- getChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelFeesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
The unique channel ID for the channel.
- getChannelId() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
The unique channel ID for the channel.
- getChannelId() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for channel_id.
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The pending channel to be closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The pending channel to be force closed
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The pending channel
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The pending channel
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The pending channel waiting for closing tx to confirm
- getChannelOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The pending channel waiting for closing tx to confirm
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for channel_point.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Getter for a list of channel_point.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for a list of channelPoint.
- getChannelPoint() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for channel_point.
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string channel_point = 2[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdateOrBuilder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
The outpoint (txid:index) of the funding transaction.
- getChannelPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
The outpoint (txid:index) of the funding transaction.
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannels() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Getter for a list of channels.
- getChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
/ The list of active channels
- getChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsResponseOrBuilder
-
/ The list of active channels
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of channelUpdates.
- getChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChannelUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpen() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chan_open.
- getChanOpenBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanOpenOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPending() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of chan_pending.
- getChanPendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The channel that this fee report belongs to.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, this update will target a specific channel.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for chan_point.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for channel_point.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for a list of chanPoint.
- getChanPoint() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for a list of chan_point.
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string chan_point = 2[json_name = "chan_point"];
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- getChanPointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The channel that this fee report belongs to.
- getChanPointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The channel that this fee report belongs to.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 2;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
.lnrpc.ChannelPoint chan_point = 4;
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, this update will target a specific channel.
- getChanPointOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, this update will target a specific channel.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonic() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for a list of cipherSeedMnemonic.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getCipherSeedMnemonicList() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChans() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of closedChans.
- getClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedChansOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
uint32 closed_height = 3;
- getClosedHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdateOrBuilder
-
uint32 closed_height = 3;
- getClosedHeight() - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Getter for closedHeight.
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePending() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of close_pending.
- getClosePendingBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosePendingOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for closing_txid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Getter for closing_txid.
- getClosingTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for closing_txid.
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The transaction id of the closing transaction
- getClosingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The transaction id of the closing transaction
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for cltv_expiry.
- getCltvExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for cltv_expiry.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The time-lock delta of the channel.
- getCltvExpiryDelta() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for cltv_expiry_delta.
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- getColor() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5[json_name = "color"];
- getColor() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5[json_name = "color"];
- getColor() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for color.
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- getColorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string color = 5[json_name = "color"];
- getColorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string color = 5[json_name = "color"];
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commit_fee.
- getCommitFee() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commit_fee.
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The weight of the commitment transaction
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for commit_weight.
- getCommitWeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for commit_weight.
- getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmation() - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Getter for a list of confirmation.
- getConfirmation() - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Getter for a list of confirmation.
- getConfirmationBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
/ The height at which this channel will be confirmed
- getConfirmationHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for confirmation_height.
- getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmationOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- getConfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for confirmed_balance.
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNode() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getConnectingNode() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for connectingNode.
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
string connecting_node = 6;
- getConnectingNodeBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
string connecting_node = 6;
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ When this invoice was created
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ When this invoice was created
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The date of this payment
- getCreationDate() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The date of this payment
- getCreationDate() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The date of this payment
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for creation_date.
- getCreationDate() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for creation_date.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The CSV delay expressed in relative blocks.
- getCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for csv_delay.
- getCurrentMacaroonAsHex() - Method in interface org.lightningj.lnd.wrapper.MacaroonContext
-
Method that should return the macaroon in serialized (hex encoded form) that should be used in header
for calls towards server node.
- getCurrentMacaroonAsHex() - Method in class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Method that should return the macaroon that should be used in header for calls towards server node.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- getDayFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for day_fee_sum.
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstance() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- getDescription() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6[json_name = "description"];
- getDescription() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6[json_name = "description"];
- getDescription() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for description.
- getDescription() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- getDescriptionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description = 6[json_name = "description"];
- getDescriptionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description = 6[json_name = "description"];
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Hash (SHA-256) of a description of the payment.
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for description_hash.
- getDescriptionHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for description_hash.
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string description_hash = 7[json_name = "description_hash"];
- getDescriptionResourceKey() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getDescriptor() - Static method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDescriptor() - Static method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- getDescriptorForType() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- getDescriptorForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The identity pubkey of the payment recipient
- getDest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The identity pubkey of the payment recipient
- getDest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for dest.
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddresses(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddresses(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddresses() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for a list of dest_addresses.
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Addresses that received funds for this transaction
- getDestAddressesList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Addresses that received funds for this transaction
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1[json_name = "destination"];
- getDestination() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for destination.
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- getDestinationBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string destination = 1[json_name = "destination"];
- getDestinationBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string destination = 1[json_name = "destination"];
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for destString.
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded identity pubkey of the payment recipient
- getDestStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded identity pubkey of the payment recipient
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdges() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of edges.
- getEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `ChannelEdge`s in this channel graph
- getEdgesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `ChannelEdge`s in this channel graph
- getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedResponseOrBuilder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- getEncipheredSeed() - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Getter for encipheredSeed.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ End time is the end point of the forwarding history request.
- getEndTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for end_time.
- getEntry() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
-
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- getExpirationHeight() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for expiration_height.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
uint32 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Payment request expiry time in seconds.
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 expiry = 5[json_name = "expiry"];
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for expiry.
- getExpiry() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for expiry.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for fallback_addr.
- getFallbackAddr() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for fallback_addr.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Fallback on-chain address.
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFallbackAddrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ The total fee that this payment circuit carried.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ The total fee that this payment circuit carried.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
Deprecated.
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
Deprecated.
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in satoshis
- getFee() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The fee paid for this payment in satoshis
- getFee() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The fee paid for this payment in satoshis
- getFee() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for fee.
- getFee() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for fee.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The base fee of the channel denominated in millisatoshis.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for fee_base_msat.
- getFeeBaseMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for fee_base_msat.
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.HopOrBuilder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- getFeeMsat() - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Getter for fee_msat.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannelOrBuilder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for fee_per_kw.
- getFeePerKw() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Getter for fee_per_kw.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- getFeePerMil() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for fee_per_mil.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- getFeeProportionalMillionths() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for fee_proportional_millionths.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelFeeReportOrBuilder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The effective fee rate in milli-satoshis.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Getter for fee_rate.
- getFeeRate() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for fee_rate.
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- getFeeRateMilliMsat() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for fee_rate_milli_msat.
- getField() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The CLTV delta from the current height that should be used to set the timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The CLTV delta from the current height that should be used to set the timelock for the final hop.
- getFinalCltvDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The CLTV delta from the current height that should be used to set the timelock for the final hop.
- getFinalCltvDelta() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for finalCltvDelta.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ If true, then the channel will be closed forcibly.
- getForce() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for force.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for a list of forwarding_events.
- getForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getForwardingEventsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Txid of the funding transaction
- getFundingTxidBytes() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for funding_txid_bytes.
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- getFundingTxidCase() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getFundingTxidCase() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStr() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for funding_txid_str.
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ Hex-encoded string representing the funding transaction
- getFundingTxidStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ Hex-encoded string representing the funding transaction
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ If set, then this update applies to all currently active channels.
- getGlobal() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for global.
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
bytes global_features = 3;
- getGlobalFeatures() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
bytes global_features = 3;
- getGlobalFeatures() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
bytes global_features = 3;
- getGlobalFeatures() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for globalFeatures.
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- getGraphDiameter() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for graph_diameter.
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- getHashLock() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for hash_lock.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHints() - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Getter for a list of hop_hints.
- getHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHopHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteHintOrBuilder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHops(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHops() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for a list of hops.
- getHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Contains details concerning the specific forwarding details at each hop.
- getHopsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Contains details concerning the specific forwarding details at each hop.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The network location of the lightning node, e.g.
- getHost() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The network location of the lightning node, e.g.
- getHost() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for host.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- getHostBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The network location of the lightning node, e.g.
- getHostBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The network location of the lightning node, e.g.
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityKey() - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Getter for identityKey.
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
string identity_key = 2;
- getIdentityKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeUpdateOrBuilder
-
string identity_key = 2;
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The identity pubkey of the current node.
- getIdentityPubkey() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for identity_pubkey.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The identity pubkey of the current node.
- getIdentityPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The identity pubkey of the current node.
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool inactive_only = 2;
- getInactiveOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool inactive_only = 2;
- getInactiveOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for inactiveOnly.
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ A channel is inbound if the counterparty initiated the channel
- getInbound() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for inbound.
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.HTLCOrBuilder
-
bool incoming = 1[json_name = "incoming"];
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The direction within the channel that the htlc was sent
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Getter for incoming.
- getIncoming() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for incoming.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ Index offset is the offset in the time series to start at.
- getIndexOffset() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for index_offset.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(LightningApi.GetInfoRequest, StreamObserver<LightningApi.GetInfoResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getinfo`
GetInfo returns general information concerning the lightning node including
it's identity pubkey, alias, the chains it is connected to, and information
concerning the number of open+pending channels.
- getInfo(StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest, StreamObserver<GetInfoResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getInfo request.
- getInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getInfo request.
- getInfo(GetInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getInfo request.
- GetInfoRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoRequest.
- GetInfoRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Empty Constructor
- GetInfoRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Json Parsing Constructor
- GetInfoRequest(LightningApi.GetInfoRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoRequest
-
Constructor using underlying Lightning API Object
- GetInfoResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetInfoResponse.
- GetInfoResponse() - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Empty Constructor
- GetInfoResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Json Parsing Constructor
- GetInfoResponse(LightningApi.GetInfoResponse) - Constructor for class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Constructor using underlying Lightning API Object
- getInstance() - Static method in class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- getInstance() - Static method in class org.lightningj.lnd.wrapper.WrapperFactory
-
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoices(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoices(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoices() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Getter for a list of invoices.
- getInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getInvoicesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceResponseOrBuilder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getJAXBClassPath() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getJAXBContext() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getKey() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for key.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponseOrBuilder
-
/ The index of the last time in the set of returned forwarding events.
- getLastOffsetIndex() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Getter for last_offset_index.
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
uint32 last_update = 3[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
uint32 last_update = 3[json_name = "last_update"];
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
uint32 last_update = 3[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
uint32 last_update = 1[json_name = "last_update"];
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for last_update.
- getLastUpdate() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for last_update.
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpec() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLevelSpec() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for levelSpec.
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- getLevelSpecBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
string level_spec = 2;
- getLevelSpecBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
string level_spec = 2;
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The balance in satoshis encumbered in this pending channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannelOrBuilder
-
/ The balance in satoshis encumbered in this channel
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for limbo_balance.
- getLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Getter for limbo_balance.
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ This node's current balance in this channel
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ This node's current balance in this channel
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 local_balance = 4[json_name = "local_balance"];
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for local_balance.
- getLocalBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for local_balance.
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The number of satoshis the wallet should commit to the channel
- getLocalFundingAmount() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for local_funding_amount.
- getMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The height at which funds can be sweeped into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The height at which funds can be sweeped into the wallet
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The height at which funds can be sweeped into the wallet
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The next block height at which we can spend the current stage
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for maturity_height.
- getMaturityHeight() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for maturity_height.
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- getMaxChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for max_channel_size.
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- getMaxOutDegree() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for max_out_degree.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemo() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMemo() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for memo.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
An optional memo to attach along with the invoice.
- getMemoBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
An optional memo to attach along with the invoice.
- getMessageErrors() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMessageName() - Method in class org.lightningj.lnd.wrapper.Message
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getMessageType() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- getMinChannelSize() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for min_channel_size.
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- getMinHtlc() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for min_htlc.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- getMinHtlcMsat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for min_htlc_msat.
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- getMonthFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for month_fee_sum.
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
/ The message to be signed
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
/ The message to be signed
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageRequestOrBuilder
-
/ The message to be signed
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The message over which the signature is to be verified
- getMsg() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The message over which the signature is to be verified
- getMsg() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The message over which the signature is to be verified
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Getter for msg.
- getMsg() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for msg.
- getMutableAddrToAmount() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
Deprecated.
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- getNetwork() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1[json_name = "network"];
- getNetwork() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1[json_name = "network"];
- getNetwork() - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Getter for network.
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- getNetworkBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
string network = 1[json_name = "network"];
- getNetworkBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeAddressOrBuilder
-
string network = 1[json_name = "network"];
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(LightningApi.NetworkInfoRequest, StreamObserver<LightningApi.NetworkInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnetworkinfo`
GetNetworkInfo returns some basic stats about the known channel graph from
the point of view of the node.
- getNetworkInfo(StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest, StreamObserver<NetworkInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNetworkInfo() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNetworkInfo request.
- getNetworkInfo(NetworkInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNetworkInfo request.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNode() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNode() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for a list of node.
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node1_policy.
- getNode1PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node1_pub.
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode1PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node1_pub = 4[json_name = "node1_pub"];
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Policy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for a list of node2_policy.
- getNode2PolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2PolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2Pub() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Getter for node2_pub.
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2PubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
string node2_pub = 5[json_name = "node2_pub"];
- getNode2PubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeOrBuilder
-
string node2_pub = 5[json_name = "node2_pub"];
- getNodeBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The public key of the node at the start of the channel.
- getNodeId() - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Getter for node_id.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
/ The public key of the node at the start of the channel.
- getNodeIdBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.HopHintOrBuilder
-
/ The public key of the node at the start of the channel.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(LightningApi.NodeInfoRequest, StreamObserver<LightningApi.NodeInfo>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `getnodeinfo`
GetNodeInfo returns the latest advertised, aggregated, and authenticated
channel information for the specified node identified by its public key.
- getNodeInfo(String, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest, StreamObserver<NodeInfo>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeInfo(String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getNodeInfo request.
- getNodeInfo(NodeInfoRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getNodeInfo request.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
An individual vertex/node within the channel graph.
- getNodeOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
An individual vertex/node within the channel graph.
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The pubkey of the node to open a channel with
- getNodePubkey() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for node_pubkey.
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyString() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for node_pubkey_string.
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The hex encoded pubkey of the node to open a channel with
- getNodePubkeyStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The hex encoded pubkey of the node to open a channel with
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodes() - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Getter for a list of nodes.
- getNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
/ The list of `LightningNode`s in this channel graph
- getNodesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelGraphOrBuilder
-
/ The list of `LightningNode`s in this channel graph
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdates() - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Getter for a list of nodeUpdates.
- getNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNodeUpdatesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdateOrBuilder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of active channels
- getNumActiveChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of active channels
- getNumActiveChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_active_channels.
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.ChannelPoint.FundingTxidCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.UpdateCase
-
- getNumber() - Method in enum org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.ScopeCase
-
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_channels = 5[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
uint32 num_channels = 2[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
uint32 num_channels = 2[json_name = "num_channels"];
- getNumChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
uint32 num_channels = 2[json_name = "num_channels"];
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for num_channels.
- getNumChannels() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for num_channels.
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The number of confirmations
- getNumConfirmations() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The number of confirmations
- getNumConfirmations() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for num_confirmations.
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in interface org.lightningj.lnd.proto.LightningApi.ConfirmationUpdateOrBuilder
-
uint32 num_confs_left = 3;
- getNumConfsLeft() - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Getter for numConfsLeft.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ The max number of events to return in the response to this query.
- getNumMaxEvents() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for num_max_events.
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- getNumNodes() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for num_nodes.
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of peers
- getNumPeers() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of peers
- getNumPeers() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_peers.
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Number of pending channels
- getNumPendingChannels() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Number of pending channels
- getNumPendingChannels() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for num_pending_channels.
- getNumRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The max number of routes to return.
- getNumRoutes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The max number of routes to return.
- getNumRoutes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The max number of routes to return.
- getNumRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for numRoutes.
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- getNumSatoshis() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for num_satoshis.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of updates conducted within this channel.
- getNumUpdates() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for num_updates.
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The final output to be swept back to the user's wallet
- getOutpoint() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for outpoint.
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ The final output to be swept back to the user's wallet
- getOutpointBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ The final output to be swept back to the user's wallet
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelPointOrBuilder
-
/ The index of the output of the funding transaction
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
uint32 output_index = 2[json_name = "output_index"];
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Getter for output_index.
- getOutputIndex() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for output_index.
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getParserForType() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPath(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPath(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPath() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for a list of path.
- getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathCount() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- getPathList() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The path this payment took
- getPathList() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The path this payment took
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentError() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for payment_error.
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentErrorBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentErrorBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
string payment_error = 1[json_name = "payment_error"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment hash
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment hash
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hash to use within the payment's HTLC
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for payment_hash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for payment_hash.
- getPaymentHash() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHash.
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment hash
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment hash
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
string payment_hash = 2[json_name = "payment_hash"];
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashString() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentHashString.
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashStringBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentHashStringBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
/ The hex-encoded hash to use within the payment's HTLC
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment preimage
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment preimage
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for payment_preimage.
- getPaymentPreimage() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for payment_preimage.
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- getPaymentPreimageBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The payment preimage
- getPaymentPreimageBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The payment preimage
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for payment_request.
- getPaymentRequest() - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Getter for paymentRequest.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRequestBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendRequestOrBuilder
-
A bare-bones invoice for a payment within the Lightning Network.
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRoute() - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Getter for a list of payment_route.
- getPaymentRouteBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPaymentRouteOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.SendResponseOrBuilder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPayments(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPayments(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPayments() - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Getter for a list of payments.
- getPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
/ The list of payments
- getPaymentsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPaymentsResponseOrBuilder
-
/ The list of payments
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
/ The payment request string to be decoded
- getPayReq() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
/ The payment request string to be decoded
- getPayReq() - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Getter for payReq.
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- getPayReqBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
/ The payment request string to be decoded
- getPayReqBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqStringOrBuilder
-
/ The payment request string to be decoded
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeers(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeers() - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Getter for a list of peers.
- getPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersCount() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
/ The list of currently connected peers
- getPeersOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ListPeersResponseOrBuilder
-
/ The list of currently connected peers
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_closing_channels.
- getPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending closing
- getPendingClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending closing
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_force_closing_channels.
- getPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending force closing
- getPendingForceClosingChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending force closing
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for a list of pending_htlcs.
- getPendingHtlcs() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for a list of pending_htlcs.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The list of active, uncleared HTLCs currently pending within the channel.
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingHtlcsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ Toggles if all invoices should be returned, or only those that are currently unsettled.
- getPendingOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
/ Toggles if all invoices should be returned, or only those that are currently unsettled.
- getPendingOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListInvoiceRequestOrBuilder
-
/ Toggles if all invoices should be returned, or only those that are currently unsettled.
- getPendingOnly() - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Getter for pendingOnly.
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponseOrBuilder
-
/ Sum of channels pending balances denominated in satoshis
- getPendingOpenBalance() - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Getter for pending_open_balance.
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of pending_open_channels.
- getPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels pending opening
- getPendingOpenChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels pending opening
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in interface org.lightningj.lnd.proto.LightningApi.ConnectPeerRequestOrBuilder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- getPerm() - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Getter for perm.
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Ping time to this peer
- getPingTime() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Ping time to this peer
- getPingTime() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for ping_time.
- getPrettyPrintMarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is advertised to the network or not
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ Whether this channel is advertised to the network or not
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ Whether this channel is advertised to the network or not
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Whether this invoice should include routing hints for private channels.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ Whether this channel should be private, not announced to the greater network.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for private.
- getPrivate() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for private.
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool private_only = 4;
- getPrivateOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool private_only = 4;
- getPrivateOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for privateOnly.
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
/ The pubkey of the node to disconnect from
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
/ The pubkey of the node to disconnect from
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The identity pubkey of the Lightning node
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The identity pubkey of the Lightning node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ The identity pubkey of the peer
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ The identity pubkey of the peer
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKey() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- getPubkey() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ The pubkey recovered from the signature
- getPubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ The pubkey recovered from the signature
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Getter for pub_key.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Getter for pubkey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Getter for pub_key.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Getter for pubKey.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for pub_key.
- getPubKey() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Getter for pubKey.
- getPubkey() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for pubkey.
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
/ The pubkey of the node to disconnect from
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequestOrBuilder
-
/ The pubkey of the node to disconnect from
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
/ The identity pubkey of the Lightning node
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningAddressOrBuilder
-
/ The identity pubkey of the Lightning node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.LightningNodeOrBuilder
-
string pub_key = 2[json_name = "pub_key"];
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoRequestOrBuilder
-
/ The 33-byte hex-encoded compressed public of the target node
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ The identity pubkey of the peer
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubKeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesRequestOrBuilder
-
/ The 33-byte hex-encoded public key for the payment destination
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- getPubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ The pubkey recovered from the signature
- getPubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ The pubkey recovered from the signature
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
bool public_only = 3;
- getPublicOnly() - Method in interface org.lightningj.lnd.proto.LightningApi.ListChannelsRequestOrBuilder
-
bool public_only = 3;
- getPublicOnly() - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Getter for publicOnly.
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- getPushSat() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for push_sat.
- getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ An optional cryptographic receipt of payment
- getReceipt() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ An optional cryptographic receipt of payment
- getReceipt() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ An optional cryptographic receipt of payment
- getReceipt() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for receipt.
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannelOrBuilder
-
/ The total value of funds successfully recovered from this channel
- getRecoveredBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Getter for recovered_balance.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for recoveryWindow.
- getRecoveryWindow() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Getter for recoveryWindow.
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The counterparty's current balance in this channel
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remote_balance.
- getRemoteBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remote_balance.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The delay we require on the remote's commitment transaction.
- getRemoteCsvDelay() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for remote_csv_delay.
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePub() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Getter for remote_node_pub.
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePubBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemoteNodePubBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannelOrBuilder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The identity pubkey of the remote node
- getRemotePubkey() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for remote_pubkey.
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The identity pubkey of the remote node
- getRemotePubkeyBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The identity pubkey of the remote node
- getResourceParameters() - Method in class org.lightningj.lnd.wrapper.ValidationProblems
-
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.AddInvoiceResponseOrBuilder
-
bytes r_hash = 1[json_name = "r_hash"];
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The hash of the preimage
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ The hash of the preimage
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ The hash of the preimage
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
/ The payment hash of the invoice to be looked up.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Getter for r_hash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for r_hash.
- getRHash() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for r_hash.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStr() - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Getter for r_hash_str.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStrBytes() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
The hex-encoded payment hash of the invoice to be looked up.
- getRHashStrBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentHashOrBuilder
-
The hex-encoded payment hash of the invoice to be looked up.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for a list of route_hints.
- getRouteHints() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for a list of route_hints.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRouteHintsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutes() - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Getter for a list of routes.
- getRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesCount() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutesOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.QueryRoutesResponseOrBuilder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicy() - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Getter for a list of routingPolicy.
- getRoutingPolicyBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRoutingPolicyOrBuilder() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdateOrBuilder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- getRPreimage() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for r_preimage.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for satPerByte.
- getSatPerByte() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for satPerByte.
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Satoshis received from this peer
- getSatRecv() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Satoshis received from this peer
- getSatRecv() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for sat_recv.
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
/ Satoshis sent to this peer
- getSatSent() - Method in interface org.lightningj.lnd.proto.LightningApi.PeerOrBuilder
-
/ Satoshis sent to this peer
- getSatSent() - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Getter for sat_sent.
- getSchema() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
Loads related XSD schema into Schema object.
- getSchemaData() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
Help method to get related XSD schema as byte array.
- getSchemaLocation() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getSchemaLocation() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- getScopeCase() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getScopeCase() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
- getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in interface org.lightningj.lnd.proto.LightningApi.GenSeedRequestOrBuilder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- getSeedEntropy() - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Getter for seedEntropy.
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getSerializedSize() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.LightningGrpc
-
- getServiceDescriptor() - Static method in class org.lightningj.lnd.proto.WalletUnlockerGrpc
-
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice has been fulfilled
- getSettled() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ Whether this invoice has been fulfilled
- getSettled() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ Whether this invoice has been fulfilled
- getSettled() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settled.
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ When this invoice was settled
- getSettleDate() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ When this invoice was settled
- getSettleDate() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for settle_date.
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
bool show = 1;
- getShow() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelRequestOrBuilder
-
bool show = 1;
- getShow() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Getter for show.
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
/ The signature for the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
/ The signature for the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The signature to be verified over the given message
- getSignature() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The signature to be verified over the given message
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Getter for signature.
- getSignature() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Getter for signature.
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
/ The signature for the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SignMessageResponseOrBuilder
-
/ The signature for the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- getSignatureBytes() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
/ The signature to be verified over the given message
- getSignatureBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageRequestOrBuilder
-
/ The signature to be verified over the given message
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingHTLCOrBuilder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- getStage() - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Getter for stage.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequestOrBuilder
-
/ Start time is the starting point of the forwarding history request.
- getStartTime() - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Getter for start_time.
- getStatus() - Method in exception org.lightningj.lnd.wrapper.StatusException
-
- getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.AsynchronousWalletUnlockerAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
- getStub() - Method in class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
- getSubMessageResults() - Method in class org.lightningj.lnd.wrapper.ValidationResult
-
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystems() - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Getter for sub_systems.
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystemsBytes() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
string sub_systems = 1[json_name = "sub_systems"];
- getSubSystemsBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.DebugLevelResponseOrBuilder
-
string sub_systems = 1[json_name = "sub_systems"];
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdateOrBuilder
-
bool success = 2[json_name = "success"];
- getSuccess() - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Getter for success.
- getSupportedVersions() - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Returns a set of supported XML Parser versions.
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Whether the wallet's view is synced to the main chain
- getSyncedToChain() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for synced_to_chain.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseChannelRequestOrBuilder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenChannelRequestOrBuilder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsRequestOrBuilder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyRequestOrBuilder
-
/ The target number of blocks that this transaction should be confirmed by.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Getter for targetConf.
- getTargetConf() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Getter for targetConf.
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the current node is connected to testnet
- getTestnet() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ Whether the current node is connected to testnet
- getTestnet() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ Whether the current node is connected to testnet
- getTestnet() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for testnet.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequestOrBuilder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in interface org.lightningj.lnd.proto.LightningApi.RoutingPolicyOrBuilder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Getter for time_lock_delta.
- getTimeLockDelta() - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Getter for time_lock_delta.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.ForwardingEventOrBuilder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimestamp() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimestamp() - Method in interface org.lightningj.lnd.proto.LightningApi.PayReqOrBuilder
-
int64 timestamp = 4[json_name = "timestamp"];
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Timestamp of this transaction
- getTimeStamp() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Timestamp of this transaction
- getTimeStamp() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Timestamp of this transaction
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Getter for timestamp.
- getTimestamp() - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Getter for timestamp.
- getTimeStamp() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for time_stamp.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalAmt() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalAmt() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_amt.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total amount in millisatoshis.
- getTotalAmtMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_amt_msat.
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The balance of the wallet
- getTotalBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The balance of the wallet
- getTotalBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for total_balance.
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
int64 total_capacity = 3[json_name = "total_capacity"];
- getTotalCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
int64 total_capacity = 3[json_name = "total_capacity"];
- getTotalCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NodeInfoOrBuilder
-
int64 total_capacity = 3[json_name = "total_capacity"];
- getTotalCapacity() - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Getter for total_capacity.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
Deprecated.
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
Deprecated.
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ Fees paid for this transaction
- getTotalFees() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ Fees paid for this transaction
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_fees.
- getTotalFees() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for total_fees.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The total fees in millisatoshis.
- getTotalFeesMsat() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_fees_msat.
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ The balance in satoshis encumbered in pending channels
- getTotalLimboBalance() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for total_limbo_balance.
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in interface org.lightningj.lnd.proto.LightningApi.NetworkInfoOrBuilder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- getTotalNetworkCapacity() - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Getter for total_network_capacity.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've received within this channel.
- getTotalSatoshisReceived() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for total_satoshis_received.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
The total number of satoshis we've sent within this channel.
- getTotalSatoshisSent() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for total_satoshis_sent.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in interface org.lightningj.lnd.proto.LightningApi.RouteOrBuilder
-
The cumulative (final) time lock across the entire route.
- getTotalTimeLock() - Method in class org.lightningj.lnd.wrapper.message.Route
-
Getter for total_time_lock.
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactions(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactions(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.TransactionDetails>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `listchaintxns`
GetTransactions returns a list describing all the known transactions
relevant to the wallet.
- getTransactions(StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest, StreamObserver<TransactionDetails>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactions() - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Getter for a list of transactions.
- getTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a getTransactions request.
- getTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a getTransactions request.
- getTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
/ The list of transactions relevant to the wallet.
- getTransactionsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionDetailsOrBuilder
-
/ The list of transactions relevant to the wallet.
- GetTransactionsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GetTransactionsRequest.
- GetTransactionsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Empty Constructor
- GetTransactionsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Json Parsing Constructor
- GetTransactionsRequest(LightningApi.GetTransactionsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.GetTransactionsRequest
-
Constructor using underlying Lightning API Object
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction hash
- getTxHash() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction hash
- getTxHash() - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Getter for tx_hash.
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- getTxHashBytes() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
/ The transaction hash
- getTxHashBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.TransactionOrBuilder
-
/ The transaction hash
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingUpdateOrBuilder
-
bytes txid = 1[json_name = "txid"];
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
/ The transaction ID of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
/ The transaction ID of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
/ The id of the transaction
- getTxid() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
/ The id of the transaction
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Getter for txid.
- getTxid() - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Getter for txid.
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendCoinsResponseOrBuilder
-
/ The transaction ID of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- getTxidBytes() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
/ The id of the transaction
- getTxidBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.SendManyResponseOrBuilder
-
/ The id of the transaction
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- getType() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
/ The address type
- getType() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
/ The address type
- getType() - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Getter for type.
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- getTypeValue() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
/ The address type
- getTypeValue() - Method in interface org.lightningj.lnd.proto.LightningApi.NewAddressRequestOrBuilder
-
/ The address type
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.WalletBalanceResponseOrBuilder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- getUnconfirmedBalance() - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Getter for unconfirmed_balance.
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Hop
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Peer
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Route
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest
-
- getUnknownFields() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
-
- getUnmarshaller() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.proto.LightningApi.Channel
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in interface org.lightningj.lnd.proto.LightningApi.ChannelOrBuilder
-
/ The unsettled balance in this channel
- getUnsettledBalance() - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Getter for unsettled_balance.
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.CloseStatusUpdateOrBuilder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- getUpdateCase() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate
-
- getUpdateCase() - Method in interface org.lightningj.lnd.proto.LightningApi.OpenStatusUpdateOrBuilder
-
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUris(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUris(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUris() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for a list of uris.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisBytes(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisBytes(int) - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisCount() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisCount() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- getUrisList() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The URIs of the current node.
- getUrisList() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The URIs of the current node.
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse
-
/ Whether the signature was valid over the given message
- getValid() - Method in interface org.lightningj.lnd.proto.LightningApi.VerifyMessageResponseOrBuilder
-
/ Whether the signature was valid over the given message
- getValid() - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Getter for valid.
- getValidationResult() - Method in exception org.lightningj.lnd.wrapper.ValidationException
-
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice
-
/ The value of this invoice in satoshis
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.InvoiceOrBuilder
-
/ The value of this invoice in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in satoshis
- getValue() - Method in class org.lightningj.lnd.proto.LightningApi.Payment
-
/ The value of the payment in satoshis
- getValue() - Method in interface org.lightningj.lnd.proto.LightningApi.PaymentOrBuilder
-
/ The value of the payment in satoshis
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Getter for value.
- getValue() - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Getter for value.
- getValueDescriptor() - Method in enum org.lightningj.lnd.proto.LightningApi.NewAddressRequest.AddressType
-
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The version of the LND software that the node is running.
- getVersion() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The version of the LND software that the node is running.
- getVersion() - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Getter for version.
- getVersion() - Method in class org.lightningj.lnd.wrapper.V1XMLParser
-
- getVersion() - Method in class org.lightningj.lnd.wrapper.XMLParser
-
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- getVersionBytes() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
/ The version of the LND software that the node is running.
- getVersionBytes() - Method in interface org.lightningj.lnd.proto.LightningApi.GetInfoResponseOrBuilder
-
/ The version of the LND software that the node is running.
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannels() - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Getter for a list of waiting_close_channels.
- getWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsCount() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilder(int) - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse
-
/ Channels waiting for closing tx to confirm
- getWaitingCloseChannelsOrBuilderList() - Method in interface org.lightningj.lnd.proto.LightningApi.PendingChannelsResponseOrBuilder
-
/ Channels waiting for closing tx to confirm
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.InitWalletRequestOrBuilder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in interface org.lightningj.lnd.proto.LightningApi.UnlockWalletRequestOrBuilder
-
wallet_password should be the current valid passphrase for the daemon.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Getter for walletPassword.
- getWalletPassword() - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Getter for walletPassword.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in interface org.lightningj.lnd.proto.LightningApi.FeeReportResponseOrBuilder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- getWeekFeeSum() - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Getter for week_fee_sum.
- getXMLParser(String) - Method in class org.lightningj.lnd.wrapper.XMLParserFactory
-
Method to retrieve the XMLParser for a given version.
- GLOBAL_FEATURES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
-
- GLOBAL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
-
- GRAPH_DIAMETER_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
-
- GraphTopologySubscription - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologySubscription.
- GraphTopologySubscription() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Empty Constructor
- GraphTopologySubscription(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Json Parsing Constructor
- GraphTopologySubscription(LightningApi.GraphTopologySubscription) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologySubscription
-
Constructor using underlying Lightning API Object
- GraphTopologyUpdate - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for GraphTopologyUpdate.
- GraphTopologyUpdate() - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Empty Constructor
- GraphTopologyUpdate(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Json Parsing Constructor
- GraphTopologyUpdate(LightningApi.GraphTopologyUpdate) - Constructor for class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Constructor using underlying Lightning API Object
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
-
- SAT_PER_BYTE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
-
- SAT_RECV_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SAT_SENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
-
- SEED_ENTROPY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest
-
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(LightningApi.SendCoinsRequest, StreamObserver<LightningApi.SendCoinsResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendcoins`
SendCoins executes a request to send coins to a particular address.
- sendCoins(String, Long, Integer, Long, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest, StreamObserver<SendCoinsResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendCoins request.
- sendCoins(String, Long, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendCoins request.
- sendCoins(SendCoinsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendCoins request.
- SendCoinsRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsRequest.
- SendCoinsRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Empty Constructor
- SendCoinsRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Json Parsing Constructor
- SendCoinsRequest(LightningApi.SendCoinsRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Constructor using underlying Lightning API Object
- SendCoinsResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendCoinsResponse.
- SendCoinsResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Empty Constructor
- SendCoinsResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Json Parsing Constructor
- SendCoinsResponse(LightningApi.SendCoinsResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Constructor using underlying Lightning API Object
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(LightningApi.SendManyRequest, StreamObserver<LightningApi.SendManyResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendmany`
SendMany handles a request for a transaction that creates multiple specified
outputs in parallel.
- sendMany(Map<String, Long>, Integer, Long, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest, StreamObserver<SendManyResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendMany request.
- sendMany(Map<String, Long>, Integer, Long) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendMany request.
- sendMany(SendManyRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendMany request.
- SendManyRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyRequest.
- SendManyRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Empty Constructor
- SendManyRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Json Parsing Constructor
- SendManyRequest(LightningApi.SendManyRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Constructor using underlying Lightning API Object
- SendManyRequest.AddrToAmountEntries - Class in org.lightningj.lnd.wrapper.message
-
Wrapping class used for conversion between Map and XML notation.
- SendManyRequest.AddrToAmountEntry - Class in org.lightningj.lnd.wrapper.message
-
Inner class AddrToAmountEntry for class SendManyRequest.
- SendManyResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendManyResponse.
- SendManyResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Empty Constructor
- SendManyResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Json Parsing Constructor
- SendManyResponse(LightningApi.SendManyResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Constructor using underlying Lightning API Object
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `sendpayment`
SendPayment dispatches a bi-directional streaming RPC for sending payments
through the Lightning Network.
- sendPayment(StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `sendpayment`
SendPayment dispatches a bi-directional streaming RPC for sending payments
through the Lightning Network.
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(LightningApi.SendRequest, StreamObserver<LightningApi.SendResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SendPaymentSync is the synchronous non-streaming version of SendPayment.
- sendPaymentSync(byte[], String, Long, byte[], String, String, Integer, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest, StreamObserver<SendResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a sendPaymentSync request.
- sendPaymentSync(byte[], String, Long, byte[], String, String, Integer) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a sendPaymentSync request.
- sendPaymentSync(SendRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a sendPaymentSync request.
- SendRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendRequest.
- SendRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Empty Constructor
- SendRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Json Parsing Constructor
- SendRequest(LightningApi.SendRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SendRequest
-
Constructor using underlying Lightning API Object
- SendResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SendResponse.
- SendResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Empty Constructor
- SendResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Json Parsing Constructor
- SendResponse(LightningApi.SendResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SendResponse
-
Constructor using underlying Lightning API Object
- ServerSideException - Exception in org.lightningj.lnd.wrapper
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- ServerSideException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.ServerSideException
-
Exception indicating an error occurred on server side which
indicate there is some problem on the server side that might
persist for some time.
- SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.LightningGrpc
-
- SERVICE_NAME - Static variable in class org.lightningj.lnd.proto.WalletUnlockerGrpc
-
- setActive(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is active or not
- setActive(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for active.
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool active_only = 1;
- setActiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for activeOnly.
- setAddr(LightningApi.LightningAddress) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(LightningApi.LightningAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
/ Lightning address of the peer, in the format `<pubkey>@host`
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- setAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- setAddr(LightningAddress) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for list of addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for addr.
- setAddr(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for addr.
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string addr = 2[json_name = "addr"];
- setAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The address to send coins to
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- setAddress(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.NewAddressResponse
-
Setter for address.
- setAddress(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for address.
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
/ The newly generated wallet address
- setAddressBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Network address of the peer; eg `127.0.0.1:10011`
- setAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- setAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
repeated .lnrpc.NodeAddress addresses = 4[json_name = "addresses"];
- setAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
repeated string addresses = 1;
- setAddresses(List<NodeAddress>) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for list of addresses.
- setAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for list of addresses.
- setAddrToAmount(Map<String, Long>) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Populates AddrToAmount with all the values in the map.
- setAddrToAmountEntries(SendManyRequest.AddrToAmountEntries) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Sets a wrapped list of entries, used for XML conversion.
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAdvertisingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for advertisingNode.
- setAdvertisingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string advertising_node = 5;
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
aezeed_passphrase is an optional user provided passphrase that will be used
to encrypt the generated aezeed cipher seed.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Setter for aezeedPassphrase.
- setAezeedPassphrase(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for aezeedPassphrase.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- setAlias(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for alias.
- setAlias(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for alias.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ If applicable, the alias of the current node, e.g.
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string alias = 3[json_name = "alias"];
- setAliasBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string alias = 4;
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
int64 amount = 2[json_name = "amount"];
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The total value of the htlc
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The amount in satoshis to send
- setAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction ammount, denominated in satoshis
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for amount.
- setAmount(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for amount.
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The amount to send expressed in satoshis
- setAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ Number of satoshis to send.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for amt.
- setAmt(long) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for amt.
- setAmtIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount of the incoming HTLC that created half the circuit.
- setAmtIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amt_in.
- setAmtOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total amount of the outgoign HTLC that created the second half of the circuit.
- setAmtOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for amt_out.
- setAmtToForward(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setAmtToForward(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amt_to_forward.
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 amt_to_forward_msat = 6[json_name = "amt_to_forward_msat"];
- setAmtToForwardMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for amt_to_forward_msat.
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_channel_size = 7[json_name = "avg_channel_size"];
- setAvgChannelSize(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avg_channel_size.
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
double avg_out_degree = 2[json_name = "avg_out_degree"];
- setAvgOutDegree(double) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for avg_out_degree.
- setBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels balances denominated in satoshis
- setBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for balance.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The base fee charged regardless of the number of milli-satoshis sent.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for base_fee_msat.
- setBaseFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for base_fee_msat.
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Timestamp of the block best known to the wallet
- setBestHeaderTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for best_header_timestamp.
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- setBlockHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for block_hash.
- setBlockHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for block_hash.
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the hash of the best block
- setBlockHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The hash of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
int32 block_height = 2;
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The node's current view of the height of the best block
- setBlockHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The height of the block this transaction was included in
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockHeight.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for block_height.
- setBlockHeight(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for block_height.
- setBlockSha(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
bytes block_sha = 1;
- setBlockSha(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for blockSha.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
Remaining # of blocks until the commitment output can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
The number of blocks remaining until the current stage can be swept.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for blocks_til_maturity.
- setBlocksTilMaturity(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for blocks_til_maturity.
- setBytesRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted from this peer
- setBytesRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytes_recv.
- setBytesSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Bytes of data transmitted to this peer
- setBytesSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for bytes_sent.
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The total amount of funds held in this channel
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
int64 capacity = 6[json_name = "capacity"];
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
int64 capacity = 3;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
int64 capacity = 2;
- setCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 capacity = 3[json_name = "capacity"];
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for capacity.
- setCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for capacity.
- setChains(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ A list of active chains the node is connected to
- setChains(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of chains.
- setChanCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 chan_capacity = 2[json_name = "chan_capacity"];
- setChanCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chan_capacity.
- setChanClose(LightningApi.ChannelCloseUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- setChanClose(LightningApi.ChannelCloseUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ChannelCloseUpdate chan_close = 3[json_name = "chan_close"];
- setChanClose(ChannelCloseUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of chan_close.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
The unique channel ID for the channel.
- setChanId(long) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The unique identifier of the channel.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChanInfoRequest
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for chanId.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for chan_id.
- setChanId(long) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for chan_id.
- setChanIdIn(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The incoming channel ID that carried the HTLC that created the circuit.
- setChanIdIn(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chan_id_in.
- setChanIdOut(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The outgoing channel ID that carried the preimage that completed the circuit.
- setChanIdOut(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for chan_id_out.
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The pending channel to be closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The pending channel to be force closed
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The pending channel
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- setChannel(LightningApi.PendingChannelsResponse.PendingChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The pending channel waiting for closing tx to confirm
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for list of channel.
- setChannel(PendingChannelsResponse.PendingChannel) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for list of channel.
- setChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- setChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ An array of channel fee reports which describes the current fee schedule for each channel.
- setChannelFees(List<ChannelFeeReport>) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for list of channel_fees.
- setChannelId(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
The unique channel ID for the channel.
- setChannelId(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for channel_id.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
.lnrpc.ChannelPoint channel_point = 1[json_name = "channel_point"];
- setChannelPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for channel_point.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelOpenUpdate
-
Setter for list of channel_point.
- setChannelPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for list of channelPoint.
- setChannelPoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for channel_point.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The outpoint (txid:index) of the funding transaction.
- setChannelPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string channel_point = 2[json_name = "channel_point"];
- setChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- setChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
/ The list of active channels
- setChannels(List<Channel>) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsResponse
-
Setter for list of channels.
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
- setChannelUpdates(List<ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of channelUpdates.
- setChanOpen(LightningApi.ChannelOpenUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- setChanOpen(LightningApi.ChannelOpenUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ChannelOpenUpdate chan_open = 3[json_name = "chan_open"];
- setChanOpen(ChannelOpenUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chan_open.
- setChanPending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- setChanPending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.PendingUpdate chan_pending = 1[json_name = "chan_pending"];
- setChanPending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of chan_pending.
- setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 2;
- setChanPoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
.lnrpc.ChannelPoint chan_point = 4;
- setChanPoint(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- setChanPoint(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, this update will target a specific channel.
- setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for chan_point.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of chanPoint.
- setChanPoint(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for channel_point.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for list of chanPoint.
- setChanPoint(ChannelPoint) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for list of chan_point.
- setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string chan_point = 2[json_name = "chan_point"];
- setChanPointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The channel that this fee report belongs to.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed
cipher seed obtained by the user.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Setter for list of cipherSeedMnemonic.
- setCipherSeedMnemonic(List<String>) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for list of cipherSeedMnemonic.
- setClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
- setClosedChans(List<ClosedChannelUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of closedChans.
- setClosedHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
uint32 closed_height = 3;
- setClosedHeight(int) - Method in class org.lightningj.lnd.wrapper.message.ClosedChannelUpdate
-
Setter for closedHeight.
- setClosePending(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- setClosePending(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.PendingUpdate close_pending = 1[json_name = "close_pending"];
- setClosePending(PendingUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of close_pending.
- setClosingTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bytes closing_txid = 1[json_name = "closing_txid"];
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for closing_txid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ClosedChannel
-
Setter for closing_txid.
- setClosingTxid(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for closing_txid.
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setClosingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The transaction id of the closing transaction
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Delta to use for the time-lock of the CLTV extended to the final hop.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 cltv_expiry = 9[json_name = "cltv_expiry"];
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for cltv_expiry.
- setCltvExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for cltv_expiry.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The time-lock delta of the channel.
- setCltvExpiryDelta(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for cltv_expiry_delta.
- setColor(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- setColor(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for color.
- setColorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string color = 5[json_name = "color"];
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The amount calculated to be paid in fees for the current set of commitment
transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The amount calculated to be paid in fees for the current set of
commitment transactions.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commit_fee.
- setCommitFee(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commit_fee.
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The weight of the commitment transaction
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for commit_weight.
- setCommitWeight(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for commit_weight.
- setConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- setConfirmation(LightningApi.ConfirmationUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- setConfirmation(LightningApi.ConfirmationUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- setConfirmation(LightningApi.ConfirmationUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
.lnrpc.ConfirmationUpdate confirmation = 2[json_name = "confirmation"];
- setConfirmation(ConfirmationUpdate) - Method in class org.lightningj.lnd.wrapper.message.CloseStatusUpdate
-
Setter for list of confirmation.
- setConfirmation(ConfirmationUpdate) - Method in class org.lightningj.lnd.wrapper.message.OpenStatusUpdate
-
Setter for list of confirmation.
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
/ The height at which this channel will be confirmed
- setConfirmationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for confirmation_height.
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The confirmed balance of a wallet(with >= 1 confirmations)
- setConfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for confirmed_balance.
- setConnectingNode(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setConnectingNode(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for connectingNode.
- setConnectingNodeBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
string connecting_node = 6;
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was created
- setCreationDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The date of this payment
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for creation_date.
- setCreationDate(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for creation_date.
- setCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The CSV delay expressed in relative blocks.
- setCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for csv_delay.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 24 hrs.
- setDayFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for day_fee_sum.
- setDescription(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- setDescription(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for description.
- setDescriptionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description = 6[json_name = "description"];
- setDescriptionHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Hash (SHA-256) of a description of the payment.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- setDescriptionHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for description_hash.
- setDescriptionHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for description_hash.
- setDescriptionHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string description_hash = 7[json_name = "description_hash"];
- setDest(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The identity pubkey of the payment recipient
- setDest(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for dest.
- setDestAddresses(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Addresses that received funds for this transaction
- setDestAddresses(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for list of dest_addresses.
- setDestination(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- setDestination(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for destination.
- setDestinationBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string destination = 1[json_name = "destination"];
- setDestString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- setDestString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for destString.
- setDestStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded identity pubkey of the payment recipient
- setEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- setEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `ChannelEdge`s in this channel graph
- setEdges(List<ChannelEdge>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of edges.
- setEncipheredSeed(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
enciphered_seed are the raw aezeed cipher seed bytes.
- setEncipheredSeed(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedResponse
-
Setter for encipheredSeed.
- setEndTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ End time is the end point of the forwarding history request.
- setEndTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for end_time.
- setExpirationHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
uint32 expiration_height = 4[json_name = "expiration_height"];
- setExpirationHeight(int) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for expiration_height.
- setExpiry(int) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
uint32 expiry = 5[json_name = "expiry"];
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Payment request expiry time in seconds.
- setExpiry(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 expiry = 5[json_name = "expiry"];
- setExpiry(int) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for expiry.
- setExpiry(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for expiry.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for fallback_addr.
- setFallbackAddr(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for fallback_addr.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Fallback on-chain address.
- setFallbackAddrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string fallback_addr = 8[json_name = "fallback_addr"];
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ The total fee that this payment circuit carried.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
Deprecated.
- setFee(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The fee paid for this payment in satoshis
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for fee.
- setFee(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for fee.
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The base fee of the channel denominated in millisatoshis.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_base_msat = 3[json_name = "fee_base_msat"];
- setFeeBaseMsat(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for fee_base_msat.
- setFeeBaseMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for fee_base_msat.
- setFeeMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
int64 fee_msat = 7[json_name = "fee_msat"];
- setFeeMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Hop
-
Setter for fee_msat.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The required number of satoshis per kilo-weight that the requester will pay
at all times, for both the funding transaction and commitment transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
The required number of satoshis per kilo-weight that the requester will
pay at all times, for both the funding transaction and commitment
transaction.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for fee_per_kw.
- setFeePerKw(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingOpenChannel
-
Setter for fee_per_kw.
- setFeePerMil(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The amount charged per milli-satoshis transferred expressed in millionths of a satoshi.
- setFeePerMil(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for fee_per_mil.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
The fee rate of the channel for sending one satoshi across it denominated in
millionths of a satoshi.
- setFeeProportionalMillionths(int) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for fee_proportional_millionths.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
/ The effective fee rate in milli-satoshis.
- setFeeRate(double) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The effective fee rate in milli-satoshis.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.ChannelFeeReport
-
Setter for fee_rate.
- setFeeRate(double) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for fee_rate.
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 fee_rate_milli_msat = 4[json_name = "fee_rate_milli_msat"];
- setFeeRateMilliMsat(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for fee_rate_milli_msat.
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The CLTV delta from the current height that should be used to set the timelock for the final hop.
- setFinalCltvDelta(int) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for finalCltvDelta.
- setForce(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ If true, then the channel will be closed forcibly.
- setForce(boolean) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for force.
- setForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- setForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ A list of forwarding events from the time slice of the time series specified in the request.
- setForwardingEvents(List<ForwardingEvent>) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for list of forwarding_events.
- setFundingTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Txid of the funding transaction
- setFundingTxidBytes(byte[]) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for funding_txid_bytes.
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- setFundingTxidStr(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for funding_txid_str.
- setFundingTxidStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ Hex-encoded string representing the funding transaction
- setGlobal(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ If set, then this update applies to all currently active channels.
- setGlobal(boolean) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for global.
- setGlobalFeatures(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
bytes global_features = 3;
- setGlobalFeatures(byte[]) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for globalFeatures.
- setGraphDiameter(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 graph_diameter = 1[json_name = "graph_diameter"];
- setGraphDiameter(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for graph_diameter.
- setHashLock(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bytes hash_lock = 3[json_name = "hash_lock"];
- setHashLock(byte[]) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for hash_lock.
- setHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
A list of hop hints that when chained together can assist in reaching a
specific destination.
- setHopHints(List<HopHint>) - Method in class org.lightningj.lnd.wrapper.message.RouteHint
-
Setter for list of hop_hints.
- setHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Contains details concerning the specific forwarding details at each hop.
- setHops(List<Hop>) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for list of hops.
- setHost(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- setHost(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for host.
- setHostBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The network location of the lightning node, e.g.
- setIdentityKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeUpdate
-
Setter for identityKey.
- setIdentityKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
string identity_key = 2;
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- setIdentityPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for identity_pubkey.
- setIdentityPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The identity pubkey of the current node.
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool inactive_only = 2;
- setInactiveOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for inactiveOnly.
- setInbound(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ A channel is inbound if the counterparty initiated the channel
- setInbound(boolean) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for inbound.
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
bool incoming = 1[json_name = "incoming"];
- setIncoming(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The direction within the channel that the htlc was sent
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.HTLC
-
Setter for incoming.
- setIncoming(boolean) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for incoming.
- setIndexOffset(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Index offset is the offset in the time series to start at.
- setIndexOffset(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for index_offset.
- setInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- setInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
repeated .lnrpc.Invoice invoices = 1[json_name = "invoices"];
- setInvoices(List<Invoice>) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceResponse
-
Setter for list of invoices.
- setKey(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for key.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
/ The index of the last time in the set of returned forwarding events.
- setLastOffsetIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryResponse
-
Setter for last_offset_index.
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
uint32 last_update = 3[json_name = "last_update"];
- setLastUpdate(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
uint32 last_update = 1[json_name = "last_update"];
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for last_update.
- setLastUpdate(int) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for last_update.
- setLevelSpec(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLevelSpec(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for levelSpec.
- setLevelSpecBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
string level_spec = 2;
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The balance in satoshis encumbered in this pending channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
/ The balance in satoshis encumbered in this channel
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for limbo_balance.
- setLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.WaitingCloseChannel
-
Setter for limbo_balance.
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ This node's current balance in this channel
- setLocalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 local_balance = 4[json_name = "local_balance"];
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for local_balance.
- setLocalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for local_balance.
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis the wallet should commit to the channel
- setLocalFundingAmount(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for local_funding_amount.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The height at which funds can be sweeped into the wallet
- setMaturityHeight(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The next block height at which we can spend the current stage
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for maturity_height.
- setMaturityHeight(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for maturity_height.
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 max_channel_size = 9[json_name = "max_channel_size"];
- setMaxChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for max_channel_size.
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 max_out_degree = 3[json_name = "max_out_degree"];
- setMaxOutDegree(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for max_out_degree.
- setMemo(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMemo(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for memo.
- setMemoBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
An optional memo to attach along with the invoice.
- setMinChannelSize(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 min_channel_size = 8[json_name = "min_channel_size"];
- setMinChannelSize(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for min_channel_size.
- setMinHtlc(long) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
int64 min_htlc = 2[json_name = "min_htlc"];
- setMinHtlc(long) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for min_htlc.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The minimum value in millisatoshi we will require for incoming HTLCs on the channel.
- setMinHtlcMsat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for min_htlc_msat.
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 month.
- setMonthFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for month_fee_sum.
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
/ The message to be signed
- setMsg(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The message over which the signature is to be verified
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Setter for msg.
- setMsg(byte[]) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for msg.
- setNetwork(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- setNetwork(String) - Method in class org.lightningj.lnd.wrapper.message.NodeAddress
-
Setter for network.
- setNetworkBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
string network = 1[json_name = "network"];
- setNode(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
An individual vertex/node within the channel graph.
- setNode(LightningNode) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for list of node.
- setNode1Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- setNode1Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node1_policy = 7[json_name = "node1_policy"];
- setNode1Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node1_policy.
- setNode1Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- setNode1Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node1_pub.
- setNode1PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node1_pub = 4[json_name = "node1_pub"];
- setNode2Policy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- setNode2Policy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
.lnrpc.RoutingPolicy node2_policy = 8[json_name = "node2_policy"];
- setNode2Policy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for list of node2_policy.
- setNode2Pub(String) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- setNode2Pub(String) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdge
-
Setter for node2_pub.
- setNode2PubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
string node2_pub = 5[json_name = "node2_pub"];
- setNodeId(String) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- setNodeId(String) - Method in class org.lightningj.lnd.wrapper.message.HopHint
-
Setter for node_id.
- setNodeIdBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
/ The public key of the node at the start of the channel.
- setNodePubkey(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The pubkey of the node to open a channel with
- setNodePubkey(byte[]) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for node_pubkey.
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- setNodePubkeyString(String) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for node_pubkey_string.
- setNodePubkeyStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The hex encoded pubkey of the node to open a channel with
- setNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- setNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
/ The list of `LightningNode`s in this channel graph
- setNodes(List<LightningNode>) - Method in class org.lightningj.lnd.wrapper.message.ChannelGraph
-
Setter for list of nodes.
- setNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
repeated .lnrpc.NodeUpdate node_updates = 1;
- setNodeUpdates(List<NodeUpdate>) - Method in class org.lightningj.lnd.wrapper.message.GraphTopologyUpdate
-
Setter for list of nodeUpdates.
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of active channels
- setNumActiveChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_active_channels.
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_channels = 5[json_name = "num_channels"];
- setNumChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
uint32 num_channels = 2[json_name = "num_channels"];
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for num_channels.
- setNumChannels(int) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for num_channels.
- setNumConfirmations(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The number of confirmations
- setNumConfirmations(int) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for num_confirmations.
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
uint32 num_confs_left = 3;
- setNumConfsLeft(int) - Method in class org.lightningj.lnd.wrapper.message.ConfirmationUpdate
-
Setter for numConfsLeft.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ The max number of events to return in the response to this query.
- setNumMaxEvents(int) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for num_max_events.
- setNumNodes(int) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
uint32 num_nodes = 4[json_name = "num_nodes"];
- setNumNodes(int) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for num_nodes.
- setNumPeers(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of peers
- setNumPeers(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_peers.
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Number of pending channels
- setNumPendingChannels(int) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for num_pending_channels.
- setNumRoutes(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The max number of routes to return.
- setNumRoutes(int) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for numRoutes.
- setNumSatoshis(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 num_satoshis = 3[json_name = "num_satoshis"];
- setNumSatoshis(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for num_satoshis.
- setNumUpdates(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of updates conducted within this channel.
- setNumUpdates(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for num_updates.
- setOutpoint(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- setOutpoint(String) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for outpoint.
- setOutpointBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ The final output to be swept back to the user's wallet
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
/ The index of the output of the funding transaction
- setOutputIndex(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
uint32 output_index = 2[json_name = "output_index"];
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.ChannelPoint
-
Setter for output_index.
- setOutputIndex(int) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for output_index.
- setPath(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The path this payment took
- setPath(List<String>) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for list of path.
- setPaymentError(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- setPaymentError(String) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for payment_error.
- setPaymentErrorBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
string payment_error = 1[json_name = "payment_error"];
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- setPaymentHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- setPaymentHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hash to use within the payment's HTLC
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for payment_hash.
- setPaymentHash(String) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for payment_hash.
- setPaymentHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHash.
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment hash
- setPaymentHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
string payment_hash = 2[json_name = "payment_hash"];
- setPaymentHashString(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- setPaymentHashString(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentHashString.
- setPaymentHashStringBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
/ The hex-encoded hash to use within the payment's HTLC
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- setPaymentPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
bytes payment_preimage = 2[json_name = "payment_preimage"];
- setPaymentPreimage(String) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for payment_preimage.
- setPaymentPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for payment_preimage.
- setPaymentPreimageBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The payment preimage
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for payment_request.
- setPaymentRequest(String) - Method in class org.lightningj.lnd.wrapper.message.SendRequest
-
Setter for paymentRequest.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRequestBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
A bare-bones invoice for a payment within the Lightning Network.
- setPaymentRoute(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- setPaymentRoute(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
.lnrpc.Route payment_route = 3[json_name = "payment_route"];
- setPaymentRoute(Route) - Method in class org.lightningj.lnd.wrapper.message.SendResponse
-
Setter for list of payment_route.
- setPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- setPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
/ The list of payments
- setPayments(List<Payment>) - Method in class org.lightningj.lnd.wrapper.message.ListPaymentsResponse
-
Setter for list of payments.
- setPayReq(String) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- setPayReq(String) - Method in class org.lightningj.lnd.wrapper.message.PayReqString
-
Setter for payReq.
- setPayReqBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
/ The payment request string to be decoded
- setPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- setPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
/ The list of currently connected peers
- setPeers(List<Peer>) - Method in class org.lightningj.lnd.wrapper.message.ListPeersResponse
-
Setter for list of peers.
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- setPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending closing
- setPendingClosingChannels(List<PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_closing_channels.
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- setPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending force closing
- setPendingForceClosingChannels(List<PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_force_closing_channels.
- setPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The list of active, uncleared HTLCs currently pending within the channel.
- setPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- setPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
repeated .lnrpc.PendingHTLC pending_htlcs = 8[json_name = "pending_htlcs"];
- setPendingHtlcs(List<HTLC>) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for list of pending_htlcs.
- setPendingHtlcs(List<PendingHTLC>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for list of pending_htlcs.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
/ Toggles if all invoices should be returned, or only those that are currently unsettled.
- setPendingOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListInvoiceRequest
-
Setter for pendingOnly.
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
/ Sum of channels pending balances denominated in satoshis
- setPendingOpenBalance(long) - Method in class org.lightningj.lnd.wrapper.message.ChannelBalanceResponse
-
Setter for pending_open_balance.
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- setPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels pending opening
- setPendingOpenChannels(List<PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of pending_open_channels.
- setPerformValidation(boolean) - Method in class org.lightningj.lnd.wrapper.API
-
- setPerm(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
If set, the daemon will attempt to persistently connect to the target
peer.
- setPerm(boolean) - Method in class org.lightningj.lnd.wrapper.message.ConnectPeerRequest
-
Setter for perm.
- setPingTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Ping time to this peer
- setPingTime(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for ping_time.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ Whether this channel is advertised to the network or not
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice should include routing hints for private channels.
- setPrivate(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ Whether this channel should be private, not announced to the greater network.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for private.
- setPrivate(boolean) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for private.
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool private_only = 4;
- setPrivateOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for privateOnly.
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- setPubKey(String) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- setPubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.DisconnectPeerRequest
-
Setter for pub_key.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningAddress
-
Setter for pubkey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.LightningNode
-
Setter for pub_key.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.NodeInfoRequest
-
Setter for pubKey.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for pub_key.
- setPubKey(String) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesRequest
-
Setter for pubKey.
- setPubkey(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for pubkey.
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
/ The pubkey of the node to disconnect from
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
/ The identity pubkey of the Lightning node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
string pub_key = 2[json_name = "pub_key"];
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
/ The 33-byte hex-encoded compressed public of the target node
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ The identity pubkey of the peer
- setPubKeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
/ The 33-byte hex-encoded public key for the payment destination
- setPubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ The pubkey recovered from the signature
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
bool public_only = 3;
- setPublicOnly(boolean) - Method in class org.lightningj.lnd.wrapper.message.ListChannelsRequest
-
Setter for publicOnly.
- setPushSat(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The number of satoshis to push to the remote side as part of the initial commitment state
- setPushSat(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for push_sat.
- setReceipt(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ An optional cryptographic receipt of payment
- setReceipt(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for receipt.
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
/ The total value of funds successfully recovered from this channel
- setRecoveredBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.ForceClosedChannel
-
Setter for recovered_balance.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
recovery_window is an optional argument specifying the address lookahead
when restoring a wallet seed.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for recoveryWindow.
- setRecoveryWindow(int) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Setter for recoveryWindow.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The counterparty's current balance in this channel
- setRemoteBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
int64 remote_balance = 5[json_name = "remote_balance"];
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remote_balance.
- setRemoteBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remote_balance.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The delay we require on the remote's commitment transaction.
- setRemoteCsvDelay(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for remote_csv_delay.
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- setRemoteNodePub(String) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse.PendingChannel
-
Setter for remote_node_pub.
- setRemoteNodePubBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
string remote_node_pub = 1[json_name = "remote_node_pub"];
- setRemotePubkey(String) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- setRemotePubkey(String) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for remote_pubkey.
- setRemotePubkeyBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The identity pubkey of the remote node
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setRepeatedValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Method to create json array of a repeated field.
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
bytes r_hash = 1[json_name = "r_hash"];
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The hash of the preimage
- setRHash(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
/ The payment hash of the invoice to be looked up.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
-
Setter for r_hash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for r_hash.
- setRHash(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for r_hash.
- setRHashStr(String) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- setRHashStr(String) - Method in class org.lightningj.lnd.wrapper.message.PaymentHash
-
Setter for r_hash_str.
- setRHashStrBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
The hex-encoded payment hash of the invoice to be looked up.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
Route hints that can each be individually used to assist in reaching the
invoice's destination.
- setRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- setRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
repeated .lnrpc.RouteHint route_hints = 10[json_name = "route_hints"];
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for list of route_hints.
- setRouteHints(List<RouteHint>) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for list of route_hints.
- setRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- setRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
repeated .lnrpc.Route routes = 1[json_name = "routes"];
- setRoutes(List<Route>) - Method in class org.lightningj.lnd.wrapper.message.QueryRoutesResponse
-
Setter for list of routes.
- setRoutingPolicy(LightningApi.RoutingPolicy) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(LightningApi.RoutingPolicy.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
.lnrpc.RoutingPolicy routing_policy = 4;
- setRoutingPolicy(RoutingPolicy) - Method in class org.lightningj.lnd.wrapper.message.ChannelEdgeUpdate
-
Setter for list of routingPolicy.
- setRPreimage(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
The hex-encoded preimage (32 byte) which will allow settling an incoming
HTLC payable to this preimage
- setRPreimage(byte[]) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for r_preimage.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the closure transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the funding transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ A manual fee rate set in sat/byte that should be used when crafting the transaction.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for satPerByte.
- setSatPerByte(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for satPerByte.
- setSatRecv(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis received from this peer
- setSatRecv(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for sat_recv.
- setSatSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
/ Satoshis sent to this peer
- setSatSent(long) - Method in class org.lightningj.lnd.wrapper.message.Peer
-
Setter for sat_sent.
- setSeedEntropy(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
seed_entropy is an optional 16-bytes generated via CSPRNG.
- setSeedEntropy(byte[]) - Method in class org.lightningj.lnd.wrapper.message.GenSeedRequest
-
Setter for seedEntropy.
- setSettled(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ Whether this invoice has been fulfilled
- setSettled(boolean) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settled.
- setSettleDate(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ When this invoice was settled
- setSettleDate(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for settle_date.
- setShow(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
bool show = 1;
- setShow(boolean) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelRequest
-
Setter for show.
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- setSignature(String) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Setter for signature.
- setSignature(String) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageRequest
-
Setter for signature.
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
/ The signature for the given message
- setSignatureBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
/ The signature to be verified over the given message
- setSingleValue(JsonObjectBuilder, Message.Builder, Descriptors.FieldDescriptor) - Static method in class org.lightningj.lnd.util.JsonGenUtils
-
Sets a json value of an non repeated nor mapped field.
- setStage(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
/ Indicates whether the htlc is in its first or second stage of recovery
- setStage(int) - Method in class org.lightningj.lnd.wrapper.message.PendingHTLC
-
Setter for stage.
- setStartTime(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
/ Start time is the starting point of the forwarding history request.
- setStartTime(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingHistoryRequest
-
Setter for start_time.
- setSubSystems(String) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- setSubSystems(String) - Method in class org.lightningj.lnd.wrapper.message.DebugLevelResponse
-
Setter for sub_systems.
- setSubSystemsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
string sub_systems = 1[json_name = "sub_systems"];
- setSuccess(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
bool success = 2[json_name = "success"];
- setSuccess(boolean) - Method in class org.lightningj.lnd.wrapper.message.ChannelCloseUpdate
-
Setter for success.
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the wallet's view is synced to the main chain
- setSyncedToChain(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for synced_to_chain.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
/ The target number of blocks that the closure transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
/ The target number of blocks that the funding transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
/ The target number of blocks that this transaction should be confirmed by.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.CloseChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.OpenChannelRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsRequest
-
Setter for targetConf.
- setTargetConf(int) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest
-
Setter for targetConf.
- setTestnet(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ Whether the current node is connected to testnet
- setTestnet(boolean) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for testnet.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
/ The required timelock delta for HTLCs forwarded over the channel.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
uint32 time_lock_delta = 1[json_name = "time_lock_delta"];
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.PolicyUpdateRequest
-
Setter for time_lock_delta.
- setTimeLockDelta(int) - Method in class org.lightningj.lnd.wrapper.message.RoutingPolicy
-
Setter for time_lock_delta.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
/ Timestamp is the time (unix epoch offset) that this circuit was completed.
- setTimestamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
int64 timestamp = 4[json_name = "timestamp"];
- setTimeStamp(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Timestamp of this transaction
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.ForwardingEvent
-
Setter for timestamp.
- setTimestamp(long) - Method in class org.lightningj.lnd.wrapper.message.PayReq
-
Setter for timestamp.
- setTimeStamp(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for time_stamp.
- SETTLE_DATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- SETTLED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
-
- setTotalAmt(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalAmt(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_amt.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total amount in millisatoshis.
- setTotalAmtMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_amt_msat.
- setTotalBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The balance of the wallet
- setTotalBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for total_balance.
- setTotalCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
int64 total_capacity = 3[json_name = "total_capacity"];
- setTotalCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NodeInfo
-
Setter for total_capacity.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
Deprecated.
- setTotalFees(long) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ Fees paid for this transaction
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_fees.
- setTotalFees(long) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for total_fees.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The total fees in millisatoshis.
- setTotalFeesMsat(long) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_fees_msat.
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ The balance in satoshis encumbered in pending channels
- setTotalLimboBalance(long) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for total_limbo_balance.
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
int64 total_network_capacity = 6[json_name = "total_network_capacity"];
- setTotalNetworkCapacity(long) - Method in class org.lightningj.lnd.wrapper.message.NetworkInfo
-
Setter for total_network_capacity.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've received within this channel.
- setTotalSatoshisReceived(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for total_satoshis_received.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
The total number of satoshis we've sent within this channel.
- setTotalSatoshisSent(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for total_satoshis_sent.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
The cumulative (final) time lock across the entire route.
- setTotalTimeLock(int) - Method in class org.lightningj.lnd.wrapper.message.Route
-
Setter for total_time_lock.
- setTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- setTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
/ The list of transactions relevant to the wallet.
- setTransactions(List<Transaction>) - Method in class org.lightningj.lnd.wrapper.message.TransactionDetails
-
Setter for list of transactions.
- setTxHash(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- setTxHash(String) - Method in class org.lightningj.lnd.wrapper.message.Transaction
-
Setter for tx_hash.
- setTxHashBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
/ The transaction hash
- setTxid(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
bytes txid = 1[json_name = "txid"];
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- setTxid(String) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- setTxid(byte[]) - Method in class org.lightningj.lnd.wrapper.message.PendingUpdate
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendCoinsResponse
-
Setter for txid.
- setTxid(String) - Method in class org.lightningj.lnd.wrapper.message.SendManyResponse
-
Setter for txid.
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
/ The transaction ID of the transaction
- setTxidBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
/ The id of the transaction
- setType(LightningApi.NewAddressRequest.AddressType) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- setType(NewAddressRequest.AddressType) - Method in class org.lightningj.lnd.wrapper.message.NewAddressRequest
-
Setter for type.
- setTypeValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
/ The address type
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
/ The unconfirmed balance of a wallet(with 0 confirmations)
- setUnconfirmedBalance(long) - Method in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
-
Setter for unconfirmed_balance.
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GenSeedResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NewWitnessAddressRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
-
- setUnknownFields(UnknownFieldSet) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
-
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
-
/ The unsettled balance in this channel
- setUnsettledBalance(long) - Method in class org.lightningj.lnd.wrapper.message.Channel
-
Setter for unsettled_balance.
- setUris(int, String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The URIs of the current node.
- setUris(List<String>) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for list of uris.
- setValid(boolean) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
-
/ Whether the signature was valid over the given message
- setValid(boolean) - Method in class org.lightningj.lnd.wrapper.message.VerifyMessageResponse
-
Setter for valid.
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
-
/ The value of this invoice in satoshis
- setValue(long) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
-
/ The value of the payment in satoshis
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Invoice
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.Payment
-
Setter for value.
- setValue(long) - Method in class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
-
Setter for value.
- setVersion(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- setVersion(String) - Method in class org.lightningj.lnd.wrapper.message.GetInfoResponse
-
Setter for version.
- setVersionBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
-
/ The version of the LND software that the node is running.
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- setWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
-
/ Channels waiting for closing tx to confirm
- setWaitingCloseChannels(List<PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.wrapper.message.PendingChannelsResponse
-
Setter for list of waiting_close_channels.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.InitWalletRequest.Builder
-
wallet_password is the passphrase that should be used to encrypt the
wallet.
- setWalletPassword(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.UnlockWalletRequest.Builder
-
wallet_password should be the current valid passphrase for the daemon.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.InitWalletRequest
-
Setter for walletPassword.
- setWalletPassword(byte[]) - Method in class org.lightningj.lnd.wrapper.message.UnlockWalletRequest
-
Setter for walletPassword.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
-
/ The total amount of fee revenue (in satoshis) the switch has collected over the past 1 week.
- setWeekFeeSum(long) - Method in class org.lightningj.lnd.wrapper.message.FeeReportResponse
-
Setter for week_fee_sum.
- SHOW_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse
-
- SIGNATURE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest
-
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(LightningApi.SignMessageRequest, StreamObserver<LightningApi.SignMessageResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `signmessage`
SignMessage signs a message with this node's private key.
- signMessage(byte[], StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest, StreamObserver<SignMessageResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a signMessage request.
- signMessage(byte[]) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a signMessage request.
- signMessage(SignMessageRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a signMessage request.
- SignMessageRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageRequest.
- SignMessageRequest() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Empty Constructor
- SignMessageRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Json Parsing Constructor
- SignMessageRequest(LightningApi.SignMessageRequest) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageRequest
-
Constructor using underlying Lightning API Object
- SignMessageResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for SignMessageResponse.
- SignMessageResponse() - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Empty Constructor
- SignMessageResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Json Parsing Constructor
- SignMessageResponse(LightningApi.SignMessageResponse) - Constructor for class org.lightningj.lnd.wrapper.message.SignMessageResponse
-
Constructor using underlying Lightning API Object
- STAGE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
-
- START_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest
-
- StaticFileMacaroonContext - Class in org.lightningj.lnd.wrapper
-
MacaroonContext that reads a static file during construction
and returns the macaroon content for each calls.
- StaticFileMacaroonContext(File) - Constructor for class org.lightningj.lnd.wrapper.StaticFileMacaroonContext
-
Constructor to read a specified macaroon path.
- StatusException - Exception in org.lightningj.lnd.wrapper
-
Base exception that is wrapped around GRPC status.
- StatusException(String, Status) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- StatusException(String, Status, Throwable) - Constructor for exception org.lightningj.lnd.wrapper.StatusException
-
- statusExceptionWrapper - Variable in class org.lightningj.lnd.wrapper.API
-
- StatusExceptionWrapper - Class in org.lightningj.lnd.wrapper
-
Class wrapping a GRPC status exception.
- StatusExceptionWrapper() - Constructor for class org.lightningj.lnd.wrapper.StatusExceptionWrapper
-
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(LightningApi.StopRequest, StreamObserver<LightningApi.StopResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
lncli: `stop`
StopDaemon will send a shutdown request to the interrupt handler, triggering
a graceful shutdown of the daemon.
- stopDaemon(StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest, StreamObserver<StopResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a stopDaemon request.
- stopDaemon() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a stopDaemon request.
- stopDaemon(StopRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a stopDaemon request.
- StopRequest - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopRequest.
- StopRequest() - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Empty Constructor
- StopRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Json Parsing Constructor
- StopRequest(LightningApi.StopRequest) - Constructor for class org.lightningj.lnd.wrapper.message.StopRequest
-
Constructor using underlying Lightning API Object
- StopResponse - Class in org.lightningj.lnd.wrapper.message
-
Wrapper class for StopResponse.
- StopResponse() - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Empty Constructor
- StopResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Json Parsing Constructor
- StopResponse(LightningApi.StopResponse) - Constructor for class org.lightningj.lnd.wrapper.message.StopResponse
-
Constructor using underlying Lightning API Object
- StreamObserverWrapper<T> - Class in org.lightningj.lnd.wrapper
-
StreamObserverWrapper is converts received api object to wrapped objects.
- StreamObserverWrapper(StreamObserver<?>, boolean, String) - Constructor for class org.lightningj.lnd.wrapper.StreamObserverWrapper
-
- SUB_SYSTEMS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse
-
- subscribeChannelGraph(LightningApi.GraphTopologySubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(LightningApi.GraphTopologySubscription, StreamObserver<LightningApi.GraphTopologyUpdate>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeChannelGraph launches a streaming RPC that allows the caller to
receive notifications upon any changes to the channel graph topology from
the point of view of the responding node.
- subscribeChannelGraph(StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription, StreamObserver<GraphTopologyUpdate>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeChannelGraph() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeChannelGraph request.
- subscribeChannelGraph(GraphTopologySubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeChannelGraph request.
- subscribeInvoices(LightningApi.InvoiceSubscription) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeInvoices returns a uni-directional stream (sever -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeInvoices returns a uni-directional stream (sever -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(LightningApi.InvoiceSubscription, StreamObserver<LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeInvoices returns a uni-directional stream (sever -> client) for
notifying the client of newly added/settled invoices.
- subscribeInvoices(StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription, StreamObserver<Invoice>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribeInvoices() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeInvoices request.
- subscribeInvoices(InvoiceSubscription) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeInvoices request.
- subscribeTransactions(LightningApi.GetTransactionsRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(LightningApi.GetTransactionsRequest, StreamObserver<LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
-
SubscribeTransactions creates a uni-directional stream from the server to
the client in which any newly discovered transactions relevant to the
wallet are sent over.
- subscribeTransactions(StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest, StreamObserver<Transaction>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
-
Method to send a subscribeTransactions request.
- subscribeTransactions() - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to generate a subscribeTransactions request.
- subscribeTransactions(GetTransactionsRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Method to send a subscribeTransactions request.
- SUCCESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate
-
- SYNCED_TO_CHAIN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
-
- SynchronousAPI - Class in org.lightningj.lnd.wrapper
-
Base call for all Synchronous API implementations.
- SynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousLndAPI - Class in org.lightningj.lnd.wrapper
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousLndAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.
- SynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper
-
API Class for generating synchronous API calls to LDN server using wrapped objects.
- SynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Minimal constructor for setting up a connection with LND Application.
- SynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Constructor for setting up a connection with LND Application with more flexible
SSL context parameters.
- SynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.SynchronousWalletUnlockerAPI
-
Constructor used for setting up a connection using a GRPC managed channel that
can be customized.